projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7329bf
)
(parens-require-spaces): Doc fix.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 5 Mar 2008 20:53:40 +0000
(20:53 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 5 Mar 2008 20:53:40 +0000
(20:53 +0000)
Reported by Drew Adams <drew.adams@oracle.com>.
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index dbb5808d6dc5249ed7e28ae849992c6b9e676125..4fd6fe7a17f0d77fbce5aacd4f52a5b2f8e02648 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-41,7
+41,8
@@
See function `beginning-of-defun'."
(make-variable-buffer-local 'defun-prompt-regexp)
(defcustom parens-require-spaces t
- "If non-nil, `insert-parentheses' inserts whitespace as needed."
+ "If non-nil, add whitespace as needed when inserting parentheses.
+This affects `insert-parentheses' and `insert-pair'."
:type 'boolean
:group 'lisp)